| |||||||
| Customizing HTML: File Extensions | |||||||
| To set the file extension that Create will add to each filename when it generates the HTML files, select an extension from the popup menu in the Misc pane of the Web Options dialog. Normally, you would use html or htm. But if you’ve embedded some HTML that uses server-side includes, you can use shtml, and if you’ve embedded some PHP code, you may need to use php to force the web server to run the files through the PHP parser before serving them. | |||||||
![]() | |||||||
| If you need to use a different file extension, you can use a special hidden default. In Terminal.app, type: defaults write com.stone.Create HTMLFileExtension “myEnding” where you replace myEnding with the file extension you want to use. | |||||||